HAL Configuration How to Use ¶
- group HAL_Conf_How_To_Use
-
The STM32 HAL configuration file, stm32tnxx_hal_conf.h, is designed to customize the behaviour of the HAL modules.
The users can utilize the provided file as-is, where all HAL modules are enabled with their default settings.
Alternatively, users have the flexibility to customize the file based on their application’s requirements.
For example, they can enable only the necessary HAL modules or modify the predefined settings to achieve the desired functionality.